home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFURL / TFURL.txt
Encoding:
Text File  |  2004-12-18  |  3.7 KB  |  181 lines

  1. object fUrl: TfUrl
  2.   Left = 249
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add a link or mailto ...'
  7.   ClientHeight = 211
  8.   ClientWidth = 469
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Button1: TButton
  21.     Left = 3
  22.     Top = 186
  23.     Width = 94
  24.     Height = 22
  25.     Caption = 'Ok'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object PageControl1: TPageControl
  31.     Left = 3
  32.     Top = 0
  33.     Width = 463
  34.     Height = 155
  35.     ActivePage = TabSheet1
  36.     TabOrder = 1
  37.     object TabSheet1: TTabSheet
  38.       object Label1: TLabel
  39.         Left = 5
  40.         Top = 30
  41.         Width = 76
  42.         Height = 12
  43.         AutoSize = False
  44.         Caption = 'Url'
  45.       end
  46.       object Label2: TLabel
  47.         Left = 5
  48.         Top = 54
  49.         Width = 84
  50.         Height = 12
  51.         AutoSize = False
  52.         Caption = 'Name'
  53.       end
  54.       object Edit2: TEdit
  55.         Left = 92
  56.         Top = 27
  57.         Width = 357
  58.         Height = 20
  59.         Font.Charset = ANSI_CHARSET
  60.         Font.Color = clWindowText
  61.         Font.Height = -9
  62.         Font.Name = 'Verdana'
  63.         Font.Style = []
  64.         ParentFont = False
  65.         TabOrder = 0
  66.       end
  67.       object Edit3: TEdit
  68.         Left = 92
  69.         Top = 51
  70.         Width = 357
  71.         Height = 20
  72.         Font.Charset = ANSI_CHARSET
  73.         Font.Color = clWindowText
  74.         Font.Height = -9
  75.         Font.Name = 'Verdana'
  76.         Font.Style = []
  77.         ParentFont = False
  78.         TabOrder = 1
  79.       end
  80.       object newwd: TCheckBox
  81.         Left = 92
  82.         Top = 74
  83.         Width = 189
  84.         Height = 17
  85.         Caption = 'Open link in a new window'
  86.         TabOrder = 2
  87.       end
  88.     end
  89.     object TabSheet2: TTabSheet
  90.       ImageIndex = 1
  91.       object Label3: TLabel
  92.         Left = 5
  93.         Top = 30
  94.         Width = 84
  95.         Height = 12
  96.         AutoSize = False
  97.         Caption = 'Email Adres'
  98.       end
  99.       object Label4: TLabel
  100.         Left = 5
  101.         Top = 54
  102.         Width = 84
  103.         Height = 12
  104.         AutoSize = False
  105.         Caption = 'Name'
  106.       end
  107.       object Label5: TLabel
  108.         Left = 5
  109.         Top = 94
  110.         Width = 38
  111.         Height = 12
  112.         Caption = 'Subject'
  113.       end
  114.       object Edit1: TEdit
  115.         Left = 92
  116.         Top = 27
  117.         Width = 357
  118.         Height = 20
  119.         Font.Charset = ANSI_CHARSET
  120.         Font.Color = clWindowText
  121.         Font.Height = -9
  122.         Font.Name = 'Verdana'
  123.         Font.Style = []
  124.         ParentFont = False
  125.         TabOrder = 0
  126.       end
  127.       object Edit4: TEdit
  128.         Left = 92
  129.         Top = 51
  130.         Width = 357
  131.         Height = 20
  132.         Font.Charset = ANSI_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -9
  135.         Font.Name = 'Verdana'
  136.         Font.Style = []
  137.         ParentFont = False
  138.         TabOrder = 1
  139.       end
  140.       object Edit5: TEdit
  141.         Left = 92
  142.         Top = 90
  143.         Width = 356
  144.         Height = 20
  145.         TabOrder = 2
  146.       end
  147.     end
  148.   end
  149.   object Button2: TButton
  150.     Left = 370
  151.     Top = 186
  152.     Width = 94
  153.     Height = 22
  154.     Caption = 'Cancel'
  155.     ModalResult = 2
  156.     TabOrder = 2
  157.     OnClick = Button2Click
  158.   end
  159.   object TabSet1: TTabSet
  160.     Left = 3
  161.     Top = 153
  162.     Width = 462
  163.     Height = 21
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = clWindowText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     OnChange = TabSet1Change
  170.   end
  171.   object ActionList1: TActionList
  172.     Left = 274
  173.     Top = 113
  174.     object CloseWindow: TAction
  175.       Caption = 'CloseWindow'
  176.       ShortCut = 27
  177.       OnExecute = CloseWindowExecute
  178.     end
  179.   end
  180. end
  181.